home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / win / pascal / statdmo.exe / STATDEMO.RCH < prev    next >
Encoding:
Text File  |  1992-11-28  |  331 b   |  12 lines

  1. #define CM_EDIT_UNDO        201
  2. #define CM_EDIT_REDO        202
  3. #define CM_EDIT_CUT            203
  4. #define CM_EDIT_COPY        204
  5. #define    CM_EDIT_PASTE        205
  6. #define CM_EDIT_DELETE        206
  7. #define ID_MENU                100
  8. #define CM_FILE_OPEN        101
  9. #define CM_FILE_SAVE        102
  10. #define CM_FILE_SAVEAS        103
  11. #define CM_FILE_CLOSE        104
  12. #define CM_FILE_EXIT        105